home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group94a.txt / 000158_icon-group-sender _Fri Jun 3 09:20:05 1994.msg < prev    next >
Internet Message Format  |  1994-08-19  |  3KB

  1. Received: by cheltenham.cs.arizona.edu; Fri, 3 Jun 1994 09:27:17 MST
  2. Date: Fri, 03 Jun 1994 09:20:05 -0600 (CST)
  3. From: Chris Tenaglia - 257-8765 <TENAGLIA@MIS.MCW.EDU>
  4. Subject: Re: email system??
  5. To: icon-group@cs.arizona.edu
  6. Message-Id: <01HD3MG181UQ8WWJM2@mis.mcw.edu>
  7. Organization: Medical College of Wisconsin (Milwaukee, WI)
  8. X-Vms-To: IN%"icon-group@cs.arizona.edu"
  9. Mime-Version: 1.0
  10. Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  11. Content-Transfer-Encoding: 7BIT
  12. Status: R
  13. Errors-To: icon-group-errors@cs.arizona.edu
  14.  
  15. > From:    IN%"eric@star-semi.com"  2-JUN-1994 17:54:32.04
  16. > To:    IN%"icon-group@cs.arizona.edu"
  17. > Subj:    email system??
  18.  
  19. > QUESTION 1 (of 2)
  20. > -----------------
  21. > ...
  22. > QUESTION 2 (of 2)
  23. > -----------------
  24. > ...
  25.  
  26. I've  done  an  icon  email  thing.  It works, but it's so complicated I
  27. wouldn't  want  to  share it because it relies on so many components. It
  28. was  a  great  exercize to get to know all the pieces of email. It's not
  29. just a MAIL.EXE.  It's enough work just for me to support it for myself.
  30. But here is my experience and a couple pointers.
  31.  
  32. I  wrote  it  kind  of  in the unlikely event that someday my management
  33. would equip me with a laptop on business trips (instead of the satellite
  34. pager).  The  local office runs on a VMS VAX with VMS MAIL. We also have
  35. add-ons  that  extend that email to internet as well. I load this laptop
  36. with  some  software and a modem. Then at convenient times I'd dial back
  37. and download my mailbag. Then I could go through my email off-line at my
  38. leisure  and  formulate  replies,  forwards, and new messages. Later I'd
  39. reconnect  and  a  delivery program in the PC would upload the stuff and
  40. instruct the VAX to deliver everything.
  41.  
  42. I  use  icon for the user interface (mail user agent) in the PC. It also
  43. takes  the  giant  appended  email  file  and  splits it into individual
  44. messages  for  later reading. It also has to know formulate replies from
  45. the  headers. It's also a good idea to use index files to speed lookups.
  46. I  use  an old IBM XT so speed has to be in the software rather than the
  47. hardware.  I  use  a  DOS  env  var  to  choose  a  favorite editor/word
  48. processor.  I  use  ZIP  to compress the mailbags on both ends to reduce
  49. file  transfer  time.  I use MS-kermit scripts to do the communications,
  50. and  VMS/DCL  batch language to deliver the mail. It took a couple weeks
  51. of  evenings to kludge it all together. I have a partially finished unix
  52. version  too,  but  work  has  kind  of stopped there. I think there are
  53. commercial  packages  that  can  do all this too, but sometimes labor is
  54. cheaper, and the exersize is worth the effort.
  55.  
  56. If you don't already have mail server hosts, then you will also have fun
  57. writing the mail backend (mail handling system). I'm not that ambitious.
  58. Good luck.
  59.  
  60. Chris Tenaglia (System Manager) |  "The past explained,     
  61. Medical College of Wisconsin    |   the future fortold, 
  62. 8701 W. Watertown Plank Rd.     |   the present largely appologized for."
  63. Milwaukee, WI 53226             |   Organon to The Doctor
  64. (414)257-8765                   |     
  65. tenaglia@mis.mcw.edu
  66.  
  67.